home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / re.py < prev    next >
Text File  |  2005-10-18  |  180b  |  7 lines

  1. """Minimal "re" compatibility wrapper.  See "sre" for documentation."""
  2.  
  3. engine = "sre" # Some apps might use this undocumented variable
  4.  
  5. from sre import *
  6. from sre import __all__
  7.